From: John Paul Wallington Date: Sat, 21 Aug 2004 14:53:22 +0000 (+0000) Subject: (process-kill-without-query): Made obsolete in version 21.4, not 21.5. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21338 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4784c9b7e760c1f762195b394fcacfc09945deaa;p=emacs.git (process-kill-without-query): Made obsolete in version 21.4, not 21.5. --- diff --git a/lisp/subr.el b/lisp/subr.el index 53aef00f899..4eb1f691ff4 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1196,7 +1196,7 @@ Optional args SENTINEL and FILTER specify the sentinel and filter (make-obsolete 'process-kill-without-query "use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'." - "21.5") + "21.4") (defun process-kill-without-query (process &optional flag) "Say no query needed if PROCESS is running when Emacs is exited. Optional second argument if non-nil says to require a query.